mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-07 13:31:36 -05:00
6 lines
52 B
TableGen
6 lines
52 B
TableGen
// RUN: tblgen %s
|
|
def {
|
|
bit A = 1;
|
|
int B = A;
|
|
}
|