brintos

brintos / llvm-project-archived public Read only

0
0
Text · 229 B · 9845172 Raw
9 lines · cpp
1// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s2// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify -std=c++1z %s3// expected-no-diagnostics4#include <malloc.h>5 6extern "C" {7void *malloc(__SIZE_TYPE__);8}9