Files
cmake/Tests/VSResource/lib.c
T
Brad King f037bd6950 Tests/VSResource: Port from C++ to C
This will make the test usable without a C++ compiler.
The test's code was basically C compiled as C++ anyway.
2026-04-04 15:16:39 -04:00

5 lines
30 B
C

int lib(void)
{
return 0;
}