blob: 09924c9c7c31a9656f3b5592cf8b9ebbf78e4a7a [file] [log] [blame]
//PR c++/30850
void foo()
{
asm("" :: 0); // { dg-error "numeric constant|token" }
}