57718be8fa
minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
11 lines
114 B
C
11 lines
114 B
C
/* GCC compound statements with void type */
|
|
|
|
void
|
|
main(void)
|
|
{
|
|
({
|
|
void *v;
|
|
__asm__ volatile("noop");
|
|
});
|
|
}
|