brintos

brintos / llvm-project-archived public Read only

0
0
Text · 260 B · 72829ad Raw
8 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -I%S/Inputs/pr19692 -verify %s3// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/pr19692 -verify %s4#include "TFoo.h"5#include "stdint.h"6 7int k = INT64_MAX; // expected-no-diagnostics8