This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
master
kotlin-fork
/
kotlin-native
/
backend.native
/
tests
/
interop
/
mingw_dll_linkage
/
library.c
T
Add File
New File
Upload File
Apply Patch
Sergey Bogolepov
f05110f99b
[K/N] Add some tests for
https://youtrack.jetbrains.com/issue/KT-47605
2021-07-07 07:50:57 +00:00
5 lines
48 B
C
Raw
Permalink
Blame
History
#
include
"library.h"
int
f
(
)
{
return
43
;
}
Reference in New Issue
View Git Blame
Copy Permalink