cclang/cc_code_preview/Preview/functions.cc

5 lines
104 B
C++
Raw Normal View History

2021-08-02 15:58:05 +02:00
public lib Preview.Functions {
public func isTrue(value: bool): bool {
return value;
}
}