Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
flang
/
test
/
Integration
/
iso-fortran-binding.cpp
blob: 11f5c33bf14f28cbc0e3c3a54fe9ffc5b388e5fc [
file
] [
log
] [
blame
] [
edit
]
// 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
;
}