2 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3 // See https://llvm.org/LICENSE.txt for license information.
4 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 // CONFIG C++ GC RR open rdar://6347910
18 MyStruct first; // works
21 MyStruct inner; // fails to compile!
28 int main(int argc, char *argv[]) {
29 printf("%s: Success\n", argv[0]);