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