Files
swift-mirror/test/1_stdlib/Inputs/SegmentAlignment.swift
Joe Groff fbd2e4d872 Rename @asmname to @_silgen_name.
This reflects the fact that the attribute's only for compiler-internal use, and isn't really equivalent to C's asm attribute, since it doesn't change the calling convention to be C-compatible.
2015-11-17 14:13:48 -08:00

8 lines
94 B
Swift

import UIKit
import SpriteKit
class C : SKView { }
@_silgen_name("Test") func Test()
Test()