mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
9 lines
139 B
C
9 lines
139 B
C
static initialize
|
|
{
|
|
return; // This is fine
|
|
}
|
|
|
|
static initialize
|
|
{
|
|
return 123; // #error: It is not possible to convert 'int' to 'void'
|
|
} |