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