# Class to test the Stdlib::Compat::Absolute_path type alias
class test::absolute_path(
  Stdlib::Compat::Absolute_path $value,
  ) {
    notice("Success")
}