mirror of
https://github.com/encounter/object-testfiles.git
synced 2026-07-10 12:18:40 -07:00
pe: add weak-extern test files (#25)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
__attribute__((weak)) void weak_symbol(void) {}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
x86_64-w64-mingw32-gcc -c weak-extern.c -o weak-extern.o
|
||||
Reference in New Issue
Block a user