blob: 5eb9a4b126ee50eca9b50f3299ad647067d5b49e [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