brintos

brintos / llvm-project-archived public Read only

0
0
Text · 185 B · 11f5c33 Raw
10 lines · cpp
1// REQUIRES: clang2// UNSUPPORTED: system-windows3// RUN: %clang_cc1 -fsyntax-only -I%flang_include %s -x c++4 5extern "C" {6#include "ISO_Fortran_binding.h"7}8 9int main() { return 0; }10