forked from OSchip/llvm-project
parent
536b19220c
commit
b8d6e590f1
|
@ -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