aboutsummaryrefslogtreecommitdiff
path: root/fnl/plugins/compiler_explorer.fnl
blob: cf2108e915a6df76e7a6fe4bc737bb78b427da55 (plain)
1
2
3
4
5
6
(_G.util.setup! :compiler-explorer {
  :languages {
    ;clang 9.0.1 x86-64
    :c {:compiler :cclang901}
  }
  })