brintos

brintos / llvm-project-archived public Read only

0
0
Text · 379 B · b69ef3d Raw
14 lines · plain
1// Test that system-headerness works for building modules.2 3// RUN: rm -rf %t4// RUN: %clang_cc1 -triple %itanium_abi_triple -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -isystem %S/Inputs -pedantic -Werror %s -verify -std=c115// expected-no-diagnostics6 7@import warning;8int i = bigger_than_int;9 10#include <stddef.h>11 12#define __need_size_t13#include <stddef.h>14