llvm/flang/test/Semantics/Inputs/modfile66.cuf

module usereal2
  !REAL(2) is interoperable under CUDA
  real(2), bind(c) :: x
end