blob: 528646a451269740c136d4b506cc1359d73cfab2 [file] [log] [blame]
// RUN: %target-sil-opt %s -module-name=witness_table_redeclare | %target-sil-opt -module-name=witness_table_redeclare | %FileCheck %s
protocol P {}
struct S : P {}
sil_witness_table S: P module witness_table_redeclare
sil_witness_table S: P module witness_table_redeclare {}
// CHECK-LABEL: sil_witness_table S: P module witness_table_redeclare {
// CHECK-NEXT: }