mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-06 18:24:36 +01:00
This avoids depending on the absolute path to the INPUTS and allows looking it up at run time even if the tests have moved.
8 lines
101 B
C++
8 lines
101 B
C++
#include "shared.h"
|
|
#include "bridging.h"
|
|
|
|
void /*c_func*/c_func(void) {
|
|
shared();
|
|
bridging();
|
|
}
|