summaryrefslogtreecommitdiffhomepage
path: root/example/example_06_nectar_gpu/example.nc
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_06_nectar_gpu/example.nc')
-rw-r--r--example/example_06_nectar_gpu/example.nc10
1 files changed, 2 insertions, 8 deletions
diff --git a/example/example_06_nectar_gpu/example.nc b/example/example_06_nectar_gpu/example.nc
index 34db3f9..5c9760b 100644
--- a/example/example_06_nectar_gpu/example.nc
+++ b/example/example_06_nectar_gpu/example.nc
@@ -1,11 +1,5 @@
-extern palloc;
-
const main() {
- let type := 0;
- let sz := 0;
- let align := 0;
-
- const ptr := palloc(type, sz, align);
- return 0;
+ const dummy := 0x10;
+ return dummy;
}