Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / abi / mangle23.C
blobc17f54b4a720a85450c995f55841e2e769c40739
1 // PR c++/16240
2 // { dg-options "-fabi-version=2" }
4 void foo(char);
5 template<void (&)(char)> struct CB {};
7 void g(CB<foo> i) {}
9 // { dg-final { scan-assembler "\n_?_Z1g2CBILZ3foocEE\[: \t\n\]" } }