mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
* implements https://github.com/nim-lang/RFCs/issues/260
* added a test case
(cherry picked from commit 51e3e0c7c4)
5 lines
47 B
C
5 lines
47 B
C
|
|
int cfunction(void) {
|
|
return NUMBER_HERE;
|
|
}
|