mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-23 17:26:09 -04:00
9 lines
115 B
C++
9 lines
115 B
C++
|
|
#include "useprefixclass.h"
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
UsePrefixClass upc;
|
|
return upc.someMethod();
|
|
}
|