brintos

brintos / llvm-project-archived public Read only

0
0
Text · 90 B · 4cf90f0 Raw
6 lines · cpp
1#include "lib1.h"2 3[[gnu::weak]] void lib1_internal() {4  Foo{}.func<decltype([]{})>();5}6