llvm-project/flang/test/Integration/iso-fortran-binding.cpp

10 lines
185 B
C++

// REQUIRES: clang
// UNSUPPORTED: system-windows
// RUN: %clang_cc1 -fsyntax-only -I%flang_include %s -x c++
extern "C" {
#include "ISO_Fortran_binding.h"
}
int main() { return 0; }