aboutsummaryrefslogtreecommitdiff
path: root/flang/test/Integration/iso-fortran-binding.cpp
blob: 11f5c33bf14f28cbc0e3c3a54fe9ffc5b388e5fc (plain)
1
2
3
4
5
6
7
8
9
// 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; }