aboutsummaryrefslogtreecommitdiffstats
path: root/util/string/fuzzing/strtod/ya.make
blob: b8614f64119bcac506ff1a6ef134498f7b1307c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
FUZZ()

OWNER(
    pg
    g:util
)
SUBSCRIBER(g:util-subscribers)

SRCS(
    main.cpp
)

END()