mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Out of all operating systems ever supported by Swift, only Ubuntu 14.04 had libstdc++ 4.8, and Swift has sunset support for Ubuntu 14.04 for a while now.
9 lines
156 B
Swift
9 lines
156 B
Swift
// RUN: %complete-test -tok=TOK1 -hide-none %s
|
|
|
|
import QuartzCore
|
|
|
|
class Cl{
|
|
var L : CALayer = {
|
|
let layer = CALayer()
|
|
layer.transform = #^TOK1^#
|