mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Removed original_type, pure, removed bigint, added i128 type, lots of fixes to $Foo, reassigning ct type, catch/macro, "!", removed type inference.
This commit is contained in:
committed by
Christoffer Lerno
parent
1b086e06f1
commit
b4df56db54
6
test/test_suite/attributes/repeat_of_attributes.c3
Normal file
6
test/test_suite/attributes/repeat_of_attributes.c3
Normal file
@@ -0,0 +1,6 @@
|
||||
func void test()
|
||||
{
|
||||
for (int a @align(16) @align(16) = 0 ; a < 10; a++) // #error: Repeat of attribute 'align'
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user