mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
286 B
Swift
6 lines
286 B
Swift
// REQUIRES: objc_interop
|
|
// RUN: %sourcekitd-test -req=interface-gen -using-swift-args -header %S/Inputs/header.h -- %s -Xfrontend -enable-objc-interop -import-objc-header %S/Inputs/header.h > %t.response
|
|
// RUN: %diff -u %S/gen_header.swift.response %t.response
|
|
|
|
doSomethingInHead(1)
|