# Class to test the Stdlib::Compat::Float type alias
class test::float(
  Stdlib::Compat::Float $value,
  ) {

    notice("Success")

}