mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 08:55:01 +01:00
6 lines
90 B
C
6 lines
90 B
C
#include <stdio.h>
|
|
__attribute__((weak))
|
|
void conflict() {
|
|
puts("b");
|
|
}
|
|
void useb(){}
|