blob: 72829ad37f3d47aa0ab2b2c669e656d23e18b0e4 [file] [log] [blame]
Richard Smithb93b3682014-09-15 22:14:48 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -I%S/Inputs/pr19692 -verify %s
Richard Smith47972af2015-06-16 00:08:24 +00003// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/pr19692 -verify %s
Richard Smithb93b3682014-09-15 22:14:48 +00004#include "TFoo.h"
5#include "stdint.h"
6
7int k = INT64_MAX; // expected-no-diagnostics