//! Tests for module config and #[config_env] env overrides
//!
//! Note: #[config_env] tests disabled due to proc-macro attribute ordering with #[derive].
//! The config_env functionality is exercised by hello-module and demo-module examples.
use *;