Files
swift-mirror/test/Frontend/emit-plus-zero-normal-arguments.swift
Erik Eckstein 39bb14b094 change mangling prefix from $S to $s
This is the final ABI mangling prefix

rdar://problem/38471478
2018-09-19 13:55:11 -07:00

8 lines
209 B
Swift

// RUN: %target-swift-frontend -module-name Swift -emit-silgen %s
class Klass {}
// CHECK-LABEL: sil hidden @$s4main3fooyyAA5KlassCF : $@convention(thin) (@guaranteed Klass) -> () {
func foo(_ k: Klass) {}