mlir-hlo/tools/mlir-tblgen-builder/Type.h

10 lines
131 B
C
Raw Normal View History

2021-08-04 20:24:07 +08:00
#ifndef BUILDER_TYPE_
#define BUILDER_TYPE_
#include "iostream"
namespace builder {
class Type {}
} // namespace builder
#endif