error: One constraint requires including the `Program<System>` account.
--> tests/constraints/missing_system_program.fail.rs:19:1
|
19 | / pub struct InitContext {
20 | | pub payer: Mut<Signer>,
21 | | #[constraint(
22 | | init,
... |
26 | | pub counter: Mut<Account<Counter>>,
27 | | }
| |_^