Artem Dergachev | 2194834 | 2018-05-16 00:11:24 +0000 | [diff] [blame] | 1 | // RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-output=plist-html -o %t.plist -verify %s |
George Karpenkov | 5594866 | 2018-09-11 18:45:15 +0000 | [diff] [blame] | 2 | // RUN: tail -n +11 %t.plist | diff -u -w -I "<string>/" -I "<string>.:" -I "version" --ignore-matching-lines=report - %S/Inputs/expected-plists/plist-multi-file.c.plist |
Artem Dergachev | 2194834 | 2018-05-16 00:11:24 +0000 | [diff] [blame] | 3 | |
| 4 | #include "plist-multi-file.h" |
| 5 | |
| 6 | void bar() { |
| 7 | foo(0); |
| 8 | } |