For example, this should error (eg with `IncompatibleTypesError`) but it does not ```qasm const float[64] f1 = 2.5; bit[32](f1); ```
For example,
this should error (eg with
IncompatibleTypesError) but it does not