You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
295 B
11 lines
295 B
// RUN: %clang_cc1 -o - -emit-interface-stubs %s | FileCheck %s
|
|
|
|
// CHECK: --- !experimental-ifs-v2
|
|
// CHECK-NEXT: IfsVersion: 2.0
|
|
// CHECK-NEXT: Triple:
|
|
// CHECK-NEXT: ObjectFileFormat: ELF
|
|
// CHECK-NEXT: Symbols:
|
|
// CHECK-NEXT: ...
|
|
|
|
template<template<typename...> class a> struct S6 { };
|