1*11be35a1SLionel Sambuc /* GCC compound statements with void type */ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel Sambuc void main(void)4*11be35a1SLionel Sambucmain(void) 5*11be35a1SLionel Sambuc { 6*11be35a1SLionel Sambuc ({ 7*11be35a1SLionel Sambuc void *v; 8*11be35a1SLionel Sambuc __asm__ volatile("noop"); 9*11be35a1SLionel Sambuc }); 10*11be35a1SLionel Sambuc } 11