Fix PR c++/109958: ICE taking the address of bound static member function brought...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / wbinvd-1.c
blob9290d9b1945c68a07475d405564681ad3c1f6150
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler-times {\twbinvd} 1 } } */
5 #include "immintrin.h"
7 volatile void
8 test ()
10 _wbinvd();