[K/N] Add test-case for KT-49034

This commit is contained in:
Sergey Bogolepov
2022-06-23 21:16:20 +03:00
parent 8e3d574913
commit bb493ccb3e
11 changed files with 113 additions and 0 deletions
@@ -0,0 +1,11 @@
#ifdef __cplusplus
extern "C" {
#endif
struct JSContext;
struct JSContext* bar();
#ifdef __cplusplus
}
#endif