37a8723a79
Merge-request: KT-MR-13878 Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
10 lines
147 B
C
Vendored
10 lines
147 B
C
Vendored
#include <stdint.h>
|
|
|
|
int32_t namespace1_main_foobar(int32_t param);
|
|
|
|
int32_t namespace1_foo();
|
|
|
|
int32_t namespace2_bar();
|
|
|
|
int32_t __root___foo();
|