blob: c82dbc995f24a4885df84d989cb95670d44b8246 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* Template: generic-non-glib */
/*
* No error
*/
{
// This should compile OK without the checker falling over because
// glib.h has not been included.
printf ("Hello world!\n");
}
|