1 | // RUN: rm -rf %t |
---|---|
2 | // RUN: %clang_cc1 -I%S/Inputs/pr19692 -verify %s |
3 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/pr19692 -verify %s |
4 | #include "TFoo.h" |
5 | #include "stdint.h" |
6 | |
7 | int k = INT64_MAX; // expected-no-diagnostics |
8 |