blob: 474397670990c6cafdfe92cb3e33bc336fc326de [file] [log] [blame]
variables {
interrupts = 0
}
run "primary" {
}
run "secondary" {
variables {
interrupts = 2
}
}
run "tertiary" {
}