aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/unprel1.c
blob: 0c8e9f93542f28b4960bfeb0c6a5d50cc53bddef (plain)
1
2
3
4
5
6
7
extern int bar ();

int
main ()
{
  return bar () - 42;
}