Here is a simple example: ``` control c()(int bar=16) { bit<(bar)> foo; apply { } } ``` Compiling this with `p4test` produces the following error: ``` param_test.p4(2): [--Werror=expected] error: bar: expected a constant bit<(bar)> foo; ^^^ ```