fpp/compiler/tools/fpp-depend/test/spec_event.fpp

11 lines
214 B
Fortran

locate type T at "T.fpp"
locate constant a at "a.fpp"
locate constant b at "b.fpp"
locate constant c at "c.fpp"
active component C {
event E(x: T) severity activity low id a format "x={}" throttle b every c
}