aboutsummaryrefslogtreecommitdiff
path: root/res/test_nomain_ko.tpc
blob: 570c5ca9898935b09ea619dc474ef6882f039428 (plain)
1
2
3
4
5
6
const c = 0;

/* not a main */
void f(void) {
  print(c);
}