one_path_with_producers_and_an_apparent_circularity.fcl
Go to the documentation of this file.
1 test_properties: {
2  # 'p3' can refer to a module label for a product from the input source.
3  graph_failure_expected: false
4 }
5 
6 process_name: test
7 
8 physics: {
9  producers: {
10  p1: { consumes: [["int", "p3"]] }
11  p2: {}
12  p3: {}
13  }
14  tp: [p1, p2, p3]
15 }