tccpp: Allow local labels to start with a dot
[tinycc.git] / examples / weak_f.c
blobe7445317d8394f8a06346e48c89919563beaa1f2
1 #include <tcclib.h>
3 void weak_f (void)
5 printf("Weak\n");