./:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20031113-1.c
blob74c031c3d867700848c8dedfe55402df5709c1f4
1 /* On Darwin, the stub for simple_cst_equal was not being emitted at all
2 causing the as to die and not create an object file. */
4 int
5 attribute_list_contained ()
7 return (simple_cst_equal ());
9 int
10 simple_cst_list_equal ()
12 return (simple_cst_equal ());
16 int __attribute__((noinline))
17 simple_cst_equal ()
19 return simple_cst_list_equal ();