summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/usr.bin/xlint/lint1/d_gcc_compound_statements3.c
blob: 29e9063dcf4a0f64838508d1e9063f1936fa42ce (plain)
1
2
3
4
5
6
7
8
9
10
/* GCC compound statements with void type */

void
main(void)
{
	({
		void *v;
		__asm__ volatile("noop");
	});
}
OpenPOWER on IntegriCloud