symbol versioning demo
[tridge/junkcode.git] / trap.c
1 #include <stdio.h>
2
3 main()
4 {
5         fprintf(stderr,"ERROR\n");
6 }