Skip to content
Snippets Groups Projects
Commit a39447e6 authored by Ahmed Abd El Mawgood's avatar Ahmed Abd El Mawgood
Browse files

Test printf space padding regression

parent d373bcb0
No related branches found
No related tags found
1 merge request!269Binutils regressions
......@@ -41,6 +41,7 @@ EXPECT_NAMES=\
stdio/scanf \
stdio/setvbuf \
stdio/sprintf \
stdio/printf_space_pad \
stdlib/a64l \
stdlib/alloc \
stdlib/atof \
......
A B
#include <stdio.h>
int main() {
printf ("%s%*s\n","A", 3, "B");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment