ClickHouse/tests/queries/0_stateless/01773_datetime64_add_ubsan.sql

3 lines
113 B
MySQL
Raw Normal View History

-- The result is unspecified but UBSan should not argue.
SELECT ignore(addHours(now64(3), inf)) FROM numbers(2);