Richard Smith | b93b368 | 2014-09-15 22:14:48 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
2 | // RUN: %clang_cc1 -I%S/Inputs/pr19692 -verify %s | ||||
Richard Smith | 47972af | 2015-06-16 00:08:24 +0000 | [diff] [blame] | 3 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/pr19692 -verify %s |
Richard Smith | b93b368 | 2014-09-15 22:14:48 +0000 | [diff] [blame] | 4 | #include "TFoo.h" |
5 | #include "stdint.h" | ||||
6 | |||||
7 | int k = INT64_MAX; // expected-no-diagnostics |