7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
// This file does NOT import c_wrapper.sx
|
|
// It should NOT be able to call add_numbers
|
|
|
|
use_c_directly :: () -> s32 {
|
|
add_numbers(5, 3);
|
|
}
|