blob: 61b467a484a208b0d0eaca208564e342b00d98a3 [file]
// PR c++/119102
// { dg-additional-options "-fmodule-header" }
// { dg-module-cmi {} }
int foo (int)
#if defined __x86_64__ || defined __aarch64__
__attribute__((simd ("notinbranch")))
#endif
;