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

  return;
}