testbed.cpp 83 B

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