ROSE 0.11.145.301
AST.h
1#ifndef ROSE_AST_H
2#define ROSE_AST_H
3
4namespace Rose {
6namespace AST {}
7}
8
9#include <Rose/AST/Utility.h>
10#include <Rose/AST/NodeId.h>
11#include <Rose/AST/Traversal.h>
12
13#endif /* Rose_AST_h */
The ROSE library.