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