NetBSD-5.0.2/regress/usr.bin/xlint/lint1/test15.c

/* GCC compound statements with void type */

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