summaryrefslogtreecommitdiff
path: root/Tests/PreOrder/simple.cxx
blob: ef26e7984e23cd15280f0445c256b4b7e9a456b8 (plain)
1
2
3
4
5
6
extern void simpleLib();
int main ()
{
  simpleLib();
  return 0;
}