diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-14 20:44:26 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-14 20:44:26 +0300 |
| commit | 2023a7b2d9656f80b00de81453348c0a66f200f7 (patch) | |
| tree | 06e4ea293318955cc4cf620428d04f1708c17364 /examples/v.ct | |
| parent | 1a56a881bc2c37614cfd074e7b986211c6d04809 (diff) | |
| download | ek-2023a7b2d9656f80b00de81453348c0a66f200f7.tar.gz ek-2023a7b2d9656f80b00de81453348c0a66f200f7.zip | |
test cleanup
+ Somewhat poor Git hygiene but I also fixed some bugs while I was at
it.
Diffstat (limited to 'examples/v.ct')
| -rw-r--r-- | examples/v.ct | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/v.ct b/examples/v.ct deleted file mode 100644 index 2026d55..0000000 --- a/examples/v.ct +++ /dev/null @@ -1,12 +0,0 @@ -main(argc u32, argv[argc] *u8) i32 -{ - ctx(vec(u32) a); - // equivalent to - ctx(struct (vec[u32]) a); - - // All entities defined with struct [vector<u32>] are seen as the same - // structure, i.e. mangled the same. Something like vector_u32 - // If someone adds a name, i.e. structure lol [vector(u32)] the mangling - // is lol_vector_u32 and considered a different type. All identical - // definitions of structs are considered the same struct, in short. -} |
