blob: dfb92861681f085aefeaf3f921361e39afcffd76 [file] [log] [blame]
// This test verifies that we add the function attributes used by ASan.
// RUN: %target-swift-frontend -emit-ir -sanitize=address %s | FileCheck %s -check-prefix=ASAN
// XFAIL: linux
func test() {
}
// ASAN: Function Attrs: sanitize_address