Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
stress1
/
m00.h
1
#ifndef STRESS1_M00_H
2
#define STRESS1_M00_H
3
4
#include "common.h"
5
6
#endif
7