summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/pragma-once-a.h
blob: e56b13dee0cb8babab37258cbf0e635600c5e1c0 (plain)
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;
}