mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
13 lines
222 B
Text
13 lines
222 B
Text
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
|
|
// RUN: %clang_cc1 -DSEL="void *" -S %t-rw.cpp
|
|
// radar 7649577
|
|
|
|
@interface a
|
|
@end
|
|
|
|
@interface b : a
|
|
@end
|
|
|
|
@implementation b
|
|
@end
|
|
|