brintos

brintos / llvm-project-archived public Read only

0
0
Text · 172 B · 116c10a Raw
7 lines · cpp
1#include <iostream>2 3int main (int argc, char const **argv) {4  std::cout << "Program with sections" << std::endl;5  return 0; // Run here before printing memory regions6}7