summaryrefslogtreecommitdiffhomepage
path: root/example/example_05_nectar_gpu
diff options
context:
space:
mode:
author😄 Amlal El Mahrouss <amlal@nekernel.org>2026-03-18 08:52:07 +0100
committerGitHub <noreply@github.com>2026-03-18 08:52:07 +0100
commitb8db61d6514afdec98bc8edbc22ceeed189b8309 (patch)
treefa3d378b50667f96c60a3f412547083fbc0786ac /example/example_05_nectar_gpu
parent6dc565002cbb1c84004d760d5f24e69646082b7a (diff)
parent3925c485946ae8e95fcd94329a23357cac4226b0 (diff)
Merge pull request #76 from ne-foss-org/nectar-frontend-check
[FEAT] Nectar syntax checker module.
Diffstat (limited to 'example/example_05_nectar_gpu')
-rw-r--r--example/example_05_nectar_gpu/example.nc2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_05_nectar_gpu/example.nc b/example/example_05_nectar_gpu/example.nc
index f170b31..976b329 100644
--- a/example/example_05_nectar_gpu/example.nc
+++ b/example/example_05_nectar_gpu/example.nc
@@ -1,6 +1,6 @@
extern palloc_bytes;
const main() {
- const dummy := palloc_bytes(0, 1, 0);
+ let dummy := palloc_bytes(0, 1, 0);
return dummy;
}