Home
last modified time | relevance | path

Searched refs:test9const (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dcomplex.c99 const _Complex double test9const = 0; variable
100 _Complex double test9func(void) { return test9const; } in test9func()