brintos

brintos / llvm-project-archived public Read only

0
0
Text · 63 B · 202ad06 Raw
7 lines · c
1#include "Box.h"2 3void Peek() {4  Box<> Gift;5  Gift.test();6}7