Compiler projects using llvm
#include "b.h"

class foo {
  int x, y;

public:
  foo(){};
  ~foo(){};
};