Files
swift-mirror/test/Profiler/coverage_with_asan.swift
2024-08-04 10:45:29 +01:00

6 lines
244 B
Swift

// RUN: %target-swift-frontend %s -profile-generate -profile-coverage-mapping -sanitize=address -emit-ir -o - | %FileCheck %s
// RUN: %target-swift-frontend -profile-generate -profile-coverage-mapping -emit-ir %s
// CHECK: main
func main() {}