blob: 2323fab4fc2cb5cab5d82315a5fd146390bd66f1 [file] [log] [blame]
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
try {
version(4096); // don't assert
} catch (exc) {
}
try {
version(-1); // don't assert
} catch (exc) {
}
reportCompare(0, 0, 'ok');