mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
9 lines
184 B
C
9 lines
184 B
C
static initialize
|
|
{
|
|
return; // This is fine
|
|
}
|
|
|
|
static initialize
|
|
{
|
|
return 123; // #error: You cannot cast 'int' into 'void' even with an explicit cast, so this looks like an error.
|
|
} |