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

  return 0x0;
}