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