swig/Examples/test-suite/c/enums_runme.c
Vadim Zeitlin e1a4b02f69 No real changes, just convert files to Unix EOLs
Some tests and examples files as well as the C manual chapter used DOS EOLs,
get rid of them for consistency with all the other text files.
2016-04-16 00:10:22 +02:00

11 lines
116 B
C

#include <stdio.h>
#include "enums/enums_wrap.h"
int main() {
bar2(1);
bar3(1);
bar1(1);
SWIG_exit(0);
}