This test case should be removed.

This test case should be removed. No diagnoses of such "incorrect" asm
statements need to be performed.
Martin

From-SVN: r20123
This commit is contained in:
Robert Lipe 1998-05-28 22:15:42 +00:00
parent ad72907694
commit 26decc86c6

View File

@ -1,12 +0,0 @@
// This SHOULDn't compile, becuase 'foo' is never a valid asm.
template <const unsigned c>
void f() {
asm("foo");
}
int
main()
{
f<1>();
}