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