Files
kotlin-fork/native/native.tests/testData/CExport/InterfaceV1/smoke0/main.c
T
Sergey Bogolepov dd25130464 [Native][Tests] Move existing CExport tests under the InterfaceV1 dir
To avoid collisions with the future InterfaceNone tests
2024-02-20 15:23:22 +00:00

7 lines
87 B
C
Vendored

#include "smoke0_api.h"
int main() {
if (foo() != 42) {
return -1;
}
}