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

    notice("Success")

}