pe: add weak-extern test files (#25)

This commit is contained in:
Matt Ehrnschwender
2025-05-22 11:03:28 +10:00
committed by GitHub
parent 6175e88103
commit 7d8221390c
3 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
__attribute__((weak)) void weak_symbol(void) {}
BIN
View File
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
x86_64-w64-mingw32-gcc -c weak-extern.c -o weak-extern.o