mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 08:02:24 -04:00
6 lines
58 B
TableGen
6 lines
58 B
TableGen
// RUN: llvm-tblgen %s
|
|
|
|
def {
|
|
bit A = 1;
|
|
int B = A;
|
|
}
|