File: test_quiet_include.h

package info (click to toggle)
postgresql-9.4 9.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 119,728 kB
  • sloc: ansic: 663,884; sql: 53,306; yacc: 28,491; perl: 9,412; lex: 6,699; sh: 5,209; makefile: 4,070; asm: 65; sed: 15; python: 12
file content (9 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
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;
}