summaryrefslogtreecommitdiff
path: root/config/test_quiet_include.h
blob: f4fa4d30dd774aa90c6715c032e4f70500136ea4 (plain)
1
2
3
4
5
6
7
8
9
/*
 * For the raison d'etre of this file, check the comment above the definition
 * of the PGAC_C_INLINE macro in config/c-compiler.m4.
 */
static inline int
fun()
{
	return 0;
}