blob: 2d83f778e0c9874f737658c7d2efcb6ff9be5e13 [file] [log] [blame]
#include "testConly.h"
#include <stdio.h>
int CsharedFunction()
{
#ifndef TEST_C_FLAGS
printf("TEST_C_FLAGS failed\n");
return 0;
#else
printf("Passed: TEST_C_FLAGS passed\n");
#endif
return 1;
}