mirror of
https://github.com/reactos/CMake.git
synced 2024-12-19 01:27:11 +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(); }
|