asmspec1.C   [plain text]


// PR c++/28343
// { dg-do compile }

struct A
{
  int i __asm__(int);         // { dg-error "before" }
  static int j __asm__(int);  // { dg-error "before" }
};