Merge pull request #65 from MarcelRaad/patch-3

Add another constexpr test
This commit is contained in:
jzmaddock
2015-06-27 12:56:40 +01:00

View File

@ -66,6 +66,13 @@ int test()
{ {
int i = square(5); int i = square(5);
quiet_warning(i); quiet_warning(i);
switch (i)
{
case a:
break;
}
return 0; return 0;
} }