blob: 6cc515312f006a92263b19c4aabdbe3b3cdb0278 [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
3// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/pr19692 -verify %s
4#include "TFoo.h"
5#include "stdint.h"
6
7int k = INT64_MAX; // expected-no-diagnostics