Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaTemplate / typo-variadic.cpp
blobc9b777aebbe917bac36d657d7288042d8508ee4b
1 // RUN: %clang_cc1 -fsyntax-only %s -verify
2 int x = m(s...); // expected-error{{pack expansion does not}} expected-error{{undeclared identifier}}