1# RUN: %PYTHON %s
2
3from mlir.ir import *
4import mlir.dialects.tosa as tosa
5
6
7# Just make sure the dialect is populated with generated ops.
8assert tosa.AddOp
9