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

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