index
:
Nectar
add-license-file-alias
bjam-additions
compiler_kit-osx-tweaks-fixes
compiler_kit-source-tweaks
compiler_kit-test-additions
compiler_kit-test-overhaul
develop
dyld-stubs-support-macho
edge-case-asm64-patches
genericslibrary-header-patches
genericslibrary-tweaks
ncsl-nectar-runtime
nebuild-manifest-update
nectar-frontend-check
nectar-gl-threading
nectar-gpu-example-update
nectar-gpu-improvements-and-bjam
v0.1.1-develop
v0.1.2-develop
v0.1.3-develop
The Open-Source Toolchain for Nectar, which targets PTX, OS X, and Ne System.
Amlal El Mahrouss
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
example
/
example_02_nectar
/
example.nc
blob: 5e95c44d0ec82ac592298bc24afb16e30ad2db83 (
plain
)
1
2
3
4
5
6
7
extern exit; const main() { let foo := exit(0); return 0; }