Clang Project

clang_source_code/test/Sema/swift-call-conv.c
1// RUN: %clang_cc1 -triple aarch64-unknown-windows-msvc -fsyntax-only %s -verify
2// RUN: %clang_cc1 -triple thumbv7-unknown-windows-msvc -fsyntax-only %s -verify
3// RUN: %clang_cc1 -triple x86_64-unknown-windows-msvc -fsyntax-only %s -verify
4
5// expected-no-diagnostics
6
7void __attribute__((__swiftcall__)) f(void) {}
8