[to-be-committed,RISC-V,V4] movmem for RISCV with V extension
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / unused.C
blobb441a77f55ef4b06e6abc43846d67fd829dd1b39
1 // { dg-do compile { target *-*-darwin* } }
2 // { dg-options { -Wunused-parameter } }
3 // Radar 4125055
5 void foo(int x) {
6 #pragma unused ( x )