summaryrefslogtreecommitdiffhomepage
path: root/example/example_05_nectar_gpu/example.nc
blob: 976b3293c498efc8b4162f7b31fbee513e308494 (plain)
1
2
3
4
5
6
extern palloc_bytes;

const main() {
  let dummy := palloc_bytes(0, 1, 0);
  return dummy;
}