2008-01-25 Douglas Gregor <doug.gregor@gmail.com>
[official-gcc.git] / gcc / testsuite / treelang / compile / extref.tree
blob085ab8f88fd297b50f916ae6eda5c954a2bfdf33
1 // { dg-do compile }
2 external_reference void abort ();
4 static int foo (int a);
6 foo
8   return a;