aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/asm13.C
blob: eece05e0fb3558ca00ae7010254c781d04edc76a (plain)
1
2
3
4
5
6
// PR c++/69257

int fn1() {
  struct S *x;
  __asm ( "": :"" (*x));	// { dg-error "incomplete" }
}