1 2 3 4 5 6 7 8 9
// pragma-once-a.h #pragma once // Used by the `pragma-once.slang` test float foo(float x) { return x; }