* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / p6578.C
blobd738f3cf1e0cc245e1a96bb20a55ceadcec3accd
1 // { dg-do assemble  }
2 // prms-id: 6578
4 struct A {
5   operator int ();
6 };
8 int i = A();