mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
61798ff6ec
...to match the component in include/ and lib/. No content change.
8 lines
98 B
Objective-C
8 lines
98 B
Objective-C
#include "enum-error.h"
|
|
|
|
NSString *const TestErrorDomain;
|
|
|
|
TestError getErr() {
|
|
return TEOne;
|
|
}
|