blob: a1fa0e7d4807f7e8a0e48b9a521b4ea4ec7e18dd [file] [log] [blame]
// RUN: rm -rf %t && mkdir -p %t
// RUN: cp %s %t/main.swift
// RUN: %target-build-swift -Xfrontend -playground -Xfrontend -debugger-support -o %t/main %S/Inputs/PlaygroundsRuntime.swift %t/main.swift
// RUN: %target-run %t/main | %FileCheck %s
// REQUIRES: executable_test
func foo() { }
foo()
1+2
// CHECK: {{.*}} $builtin_log[='3']