aboutsummaryrefslogtreecommitdiffstats
path: root/util/string/fuzzing/escape_c/ya.make
blob: 61e64ac9de58a56230723fd2bea1c046de2d6679 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
OWNER(
    yazevnul
    g:util
)
SUBSCRIBER(g:util-subscribers)

FUZZ()

SRCS(
    main.cpp
)

END()