mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Add fixmes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7335 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7dc7de5391
commit
d6f1537f11
@ -1,3 +1,5 @@
|
||||
/* FIXME: this testcase should be automated! */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
typedef struct Tree_struct {
|
||||
|
@ -1,5 +1,7 @@
|
||||
/* Test globals used and unused within different parts of a program */
|
||||
|
||||
/* FIXME: This testcase should be automated */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
extern void exit_dummy(int*);
|
||||
|
Loading…
Reference in New Issue
Block a user