blob: e952b6d8b3ebb1323d4757dfce938d6b52b53e1b [file] [log] [blame]
// RUN: %target-swift-frontend -emit-ir -verify %s %S/Inputs/protocol-conformance/A.swift
// https://devforums.apple.com/thread/254807?tstart=0
class Implementation: A {
var aValue: Int = 1
}