summaryrefslogtreecommitdiff
path: root/tests/super_simple.c
blob: 8f1a3364f08f59ef3e45430cc00be0590c3b9773 (plain)
1
2
3
4
5
int main(void) {
  int x = 1;
  int y = 2;
  return y;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback