blob: 77479594b385854611b8cb3e8ca7e4a4d4dc03cc [file] [log] [blame]
// This is the minimal amount of runtime required to operate
// lib/Sema/PCMacro.cpp successfully.
func __builtin_pc_before(_ sl : Int, _ el : Int, _ sc : Int, _ ec: Int) {
_ = ("[\(sl):\(sc)-\(el):\(ec)] pc before")
}
func __builtin_pc_after(_ sl : Int, _ el : Int, _ sc : Int, _ ec: Int) {
_ = ("[\(sl):\(sc)-\(el):\(ec)] pc after")
}