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

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


syntax highlighted by Code2HTML, v. 0.9.1