LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Dialect.capi.test.cpp.inc
Go to the documentation of this file.
1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2|* *|
3|* Dialect C API Tests *|
4|* *|
5|* Automatically generated file, do not edit! *|
6|* From: Dialect.td *|
7|* *|
8\*===----------------------------------------------------------------------===*/
9
10
11#include <mlir-c/IR.h>
12
13class IncludeDialectLinkTests : public CAPITest {};
14
15TEST_F(IncludeDialectLinkTests, get_dialect_handle_include) {
16 (void)mlirGetDialectHandle__llzk__include__();
17}
TEST_F(ArrayDialectLinkTests, get_dialect_handle_array)