brintos

brintos / llvm-project-archived public Read only

0
0
Text · 208 B · 03ade13 Raw
9 lines · c
1// RUN: %clang_cc1 -x c-header -ffreestanding -Eonly -verify %s2// expected-no-diagnostics3 4#pragma once5#include_next "stdint.h"6#if !__has_include_next("stdint.h")7#error "__has_include_next failed"8#endif9