mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 22:40:25 +00:00
e4897a78b9
We test the property with a project that fails to link due to an architecture mismatch between an executable and a static library. See issue #8725.
3 lines
51 B
C
3 lines
51 B
C
extern int foo(void);
|
|
int main() { return foo(); }
|