blob: 2b858b2ccb4489682efed5e917a648f0eac89ffe [file] [log] [blame]
class constraints_check;
logic max;
// This line should trigger the constraint naming convention rule check
constraint MyMax { max >= 64; }
endclass