website/blog/helpers/elf-linkage/testing/multi/multic.c

8 lines
71 B
C

#include <stdio.h>
void conflict() {
puts("C");
}
void usec(){
}