aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/expr_usual_conversions.c
blob: b2ccc40900752f89d21de83bcf2e15c28bcfbd6c (plain)
1
2
3
4
5
6
7
8
// RUN: clang %s -E  2>&1 | grep warning | wc -l | grep 2

#define INTMAX_MIN (-9223372036854775807LL -1)

#if (-42 + 0U) / -2
foo
#endif