[libc-commits] [PATCH] D158867: [libc] Add more test cases to the argument list tests

Matt Arsenault via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Aug 25 11:17:19 PDT 2023


arsenm added inline comments.


================
Comment at: libc/test/src/__support/arg_list_test.cpp:67
+  long int count = 0;
+  count += args.next_var<int>();
+  count += args.next_var<int>();
----------------
no char either?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158867/new/

https://reviews.llvm.org/D158867



More information about the libc-commits mailing list