<?php

/**
 * @file
 * Add hooks for tests to use.
 */

declare(strict_types=1);

/**
 * Implements hook_preprocess_HOOK() for theme_test_template_test templates.
 */
function test_subsubtheme_preprocess_theme_test_template_test(&$variables): void {
}
