xref: /dflybsd-src/test/testcases/sample/testb1/testb1.c (revision 2a1ad637466621af45d5a17185b33f3dcaaa1b1c)
1 #include <stdio.h>
2 
3 int main(void)
4 {
5 	/* This is a build only test, so we return error if we are run */
6 	return 1;
7 }
8