Files
c3c/test/test_suite/initialize/initialize_jump.c3
Christoffer Lerno f46697bc54 Updated casts (#684)
Cast code rework. Remove llvm_set_bool and friends.
2022-12-27 14:16:47 +01:00

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'
}