diff options
| author | Katalin Rebhan <me@dblsaiko.net> | 2025-02-17 18:25:40 +0100 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-07-24 13:54:53 +0300 |
| commit | f34d2c3aa3047562f7ecb4174c5d513b9d6ebe74 (patch) | |
| tree | 05ed2151baa5b34863ceb0848cacc161e75e5169 /test cases/swift/8 extra args/lib.swift | |
| parent | c07eb44c2b54025a98162e0ccd4c70c0f9b2d244 (diff) | |
| download | meson-f34d2c3aa3047562f7ecb4174c5d513b9d6ebe74.tar.gz | |
Add -parse-as-library to Swift library targets
Diffstat (limited to 'test cases/swift/8 extra args/lib.swift')
| -rw-r--r-- | test cases/swift/8 extra args/lib.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/swift/8 extra args/lib.swift b/test cases/swift/8 extra args/lib.swift new file mode 100644 index 000000000..f8167ad45 --- /dev/null +++ b/test cases/swift/8 extra args/lib.swift @@ -0,0 +1,3 @@ +public func callMe() { + print("test") +} |
