Commit ff9655e9 by Mark Mitchell

New test

From-SVN: r30543
parent a38d360d
// Build don't link:
// Origin: Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
template <typename T>
struct foo {
enum { A = 4 >= 4, B = (1 ? true : A) };
};
foo<int> bar;
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