aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/test8696.d
blob: dd58c8f1a4adb1337fb6adf0df1b08ae1da5b610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// REQUIRED_ARGS: -w

// https://issues.dlang.org/show_bug.cgi?id=8696
// incorrect dangling else with version():
version (all):

version (linux)
{
}
else version (OSX)
{
}
else
{
}