blob: 5727a93e51fa8ddd0dae5905850e5729dd5da0e9 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-linux %s
#define EVAL_EXPR(testno, expr) int test##testno = sizeof(struct{char qq[expr];});
// <rdar://problem/10962435>
EVAL_EXPR(1, ((char*)-1LL) + 1 == 0 ? 1 : -1)
EVAL_EXPR(2, ((char*)-1LL) + 1 < (char*) -1 ? 1 : -1)