root/test/testcases/sample/testb1/testb1.c
#include <stdio.h>

int main(void)
{
        /* This is a build only test, so we return error if we are run */
        return 1;
}