GeorgeHuyubo 23bf55eda4
[lldb]Send statistics in initialized event (#178978)
Re-attemp landing of old commit:
7fe3586cda

Co-authored-by: George Hu <georgehuyubo@gmail.com>
2026-02-04 09:10:07 -08:00

9 lines
146 B
C++

#include "foo.h"
#include <iostream>
int main(int argc, char const *argv[]) {
std::cout << "Hello World!" << std::endl;
foo();
return 0;
}