Commit 26decc86 by Robert Lipe

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
parent ad729076
// This SHOULDn't compile, becuase 'foo' is never a valid asm.
template <const unsigned c>
void f() {
asm("foo");
}
int
main()
{
f<1>();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment