testbed.cpp 91 B

123456
  1. #include <application/context.h>
  2. int main() {
  3. testbed::context ctx{};
  4. return 0;
  5. }