mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added test #8985
This commit is contained in:
parent
9cd79c8a38
commit
405630d38e
1
dbms/tests/queries/0_stateless/01081_demangle.reference
Normal file
1
dbms/tests/queries/0_stateless/01081_demangle.reference
Normal file
@ -0,0 +1 @@
|
||||
std::__1::function<void ()>::operator()() const
|
2
dbms/tests/queries/0_stateless/01081_demangle.sql
Normal file
2
dbms/tests/queries/0_stateless/01081_demangle.sql
Normal file
@ -0,0 +1,2 @@
|
||||
SET allow_introspection_functions = 1;
|
||||
SELECT demangle('_ZNKSt3__18functionIFvvEEclEv');
|
Loading…
Reference in New Issue
Block a user