blob: f855d801165088aa79505e42c29fca95cfcb975b [file] [log] [blame]
// RUN: %empty-directory(%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>()
}