summaryrefslogtreecommitdiffhomepage
path: root/example/example_02_nectar/example.ncpp
blob: 3f40941ac1da0f44b96661ff30b4d5276f34540c (plain)
1
2
3
4
5
6
7
const main() {
  if (67 == 67) {
    return 123;
  }

  return 0;
}