blob: 95f9b8131ea43fd32f2ffec9abfacb938e5c4497 [file] [log] [blame]
// RUN: rm -rf %t
// RUN: mkdir -p %t
// RUN: %target-swift-frontend %s -verify -O -primary-file %s %S/Inputs/lazy_properties_multi_file_2.swift -c -o %t/lazy_properties_multi_file.o
class MyClass {
var myProperty = MyGenericStruct<Int>()
}