link lonk

This commit is contained in:
nora 2025-06-09 22:20:23 +02:00
parent d370bf2b2e
commit a3db9d1b07
21 changed files with 325 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#include <stdio.h>
__attribute__((weak))
void conflict() {
puts("b");
}
void useb(){}