brintos

brintos / llvm-project-archived public Read only

0
0
Text · 264 B · 43adf3d Raw
15 lines · c
1#ifndef FIRSTHEADER2#define FIRSTHEADER3 4#include "SecondHeader.h" // Just a class which gets in the lazy deserialization chain5 6#include "stl_map.h"7#include "vector"8typedef std::map<int>::iterator el;9 10inline void func() {11  std::vector<int>::func();12}13 14#endif15