Add fixmes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7335 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-07-25 21:13:16 +00:00
parent 7dc7de5391
commit d6f1537f11
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* FIXME: this testcase should be automated! */
#include <stdio.h>
typedef struct Tree_struct {

View File

@ -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*);