// { dg-do compile } // { dg-options "-pedantic-errors -Wall -W" } #if __has_embed (__FILE__ limit (1)) != 1 #error "__has_embed failed" #endif int a = #embed __FILE__ limit (1) // { dg-error "'#embed' before C\\\+\\\+26 is a GCC extension" "" { target c++23_down } } ; int b = (__extension__ #embed __FILE__ limit (1) // { dg-error "'#embed' before C\\\+\\\+26 is a GCC extension" "" { target c++23_down } } );